runtime.spanClass.noscan (method)
8 uses
runtime (current package)
mbitmap.go#L727: if forceClear || s.spanclass.noscan() {
mbitmap.go#L1451: if s.spanclass.noscan() {
mgcmark.go#L390: if !s.spanclass.noscan() {
mgcmark.go#L1273: if s.spanclass.noscan() {
mgcmark.go#L1493: if span.spanclass.noscan() {
mheap.go#L585: func (sc spanClass) noscan() bool {
mheap.go#L1962: if !span.spanclass.noscan() {
mwbbuf.go#L258: if span.spanclass.noscan() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |